runtime._panic.sp (field)

4 uses

	runtime (current package)
		panic.go#L748: 		p.sp = unsafe.Pointer(getcallersp())
		panic.go#L753: 		p.sp = unsafe.Pointer(nil)
		panic.go#L869: 				gp.sigcode0 = uintptr(gp._panic.sp)
		runtime2.go#L974: 	sp        unsafe.Pointer // where to return to in runtime if this panic is bypassed